Crate arch_mirrors_rs

source ·
Expand description

Arch Mirrors

Get and parse the Arch Linux mirrors.

Re-exports

pub use crate::url::Url;
pub use country::Country;
pub use protocol::Protocol;
pub use status::Status;

Modules

This module contains every country listed in the Arch Linux mirror status as of the time of writing (05/20/2021).
This is where the Protocol structs and its dependencies go.
This is where the Status struct and all of its direct dependencies go.
This is where the Url struct and all of its dependencies go.

Functions

Shorthand for Status::get(). This gets the mirror status of all Arch Linux mirrors.